home *** CD-ROM | disk | FTP | other *** search
/ MacAddict 117 / MacAddict 117.dmg / Software / Graphics & Multimedia / EazyDraw 1.9.0f (beta).dmg / EazyDraw.app / Contents / Resources / DKDPattern.nib / classes.nib next >
Encoding:
Text File  |  2006-01-16  |  2.9 KB  |  73 lines

  1. {
  2.     IBClasses = (
  3.         {CLASS = DKDGraphicPanel; LANGUAGE = ObjC; SUPERCLASS = DKDPanel; }, 
  4.         {CLASS = DKDOptionButton; LANGUAGE = ObjC; SUPERCLASS = NSButton; }, 
  5.         {
  6.             ACTIONS = {
  7.                 checkClosingWindow = id; 
  8.                 useCurrentForNewItemsButtonAction = id; 
  9.                 useDefaultForNewItemsButtonAction = id; 
  10.             }; 
  11.             CLASS = DKDPanel; 
  12.             LANGUAGE = ObjC; 
  13.             OUTLETS = {
  14.                 setCurrentForNewItemsButton = DKDOptionButton; 
  15.                 setDefaultForNewItemsButton = DKDOptionButton; 
  16.             }; 
  17.             SUPERCLASS = DKDWindowController; 
  18.         }, 
  19.         {
  20.             ACTIONS = {
  21.                 accessPatternPopupAction = id; 
  22.                 buttonsPatternAction = id; 
  23.                 fillPatternCheckboxAction = id; 
  24.                 focusPixelPatternColorWellAction = id; 
  25.                 helpPatternAction = id; 
  26.                 openPatternAction = id; 
  27.                 overlayPatternCheckboxAction = id; 
  28.                 paintColorWellAction = id; 
  29.                 pixelsHighPatternAction = id; 
  30.                 pixelsWidePatternAction = id; 
  31.                 savePatternAction = id; 
  32.                 transparencyPatternCheckboxAction = id; 
  33.                 xFocusDisplayPatternAction = id; 
  34.                 yFocusDisplayPatternAction = id; 
  35.             }; 
  36.             CLASS = DKDPatternPanel; 
  37.             LANGUAGE = ObjC; 
  38.             OUTLETS = {
  39.                 accessPatternPopup = NSPopUpButton; 
  40.                 fillPatternCheckbox = NSButton; 
  41.                 focusPixelPatternColorWell = NSColorWell; 
  42.                 overlayPatternCheckbox = NSButton; 
  43.                 paintPatternColorWell = NSColorWell; 
  44.                 patternToolButtons = NSMatrix; 
  45.                 patternView = DKDPatternView; 
  46.                 pixelsHighPatternStepper = NSStepper; 
  47.                 pixelsHighPatternTextField = NSTextField; 
  48.                 pixelsWidePatternStepper = NSStepper; 
  49.                 pixelsWidePatternTextField = NSTextField; 
  50.                 transparencyPatternCheckbox = NSButton; 
  51.                 xFocusDisplayPatternStepper = NSStepper; 
  52.                 xFocusDisplayPatternTextField = NSTextField; 
  53.                 yFocusDisplayPatternStepper = NSStepper; 
  54.                 yFocusDisplayPatternTextField = NSTextField; 
  55.             }; 
  56.             SUPERCLASS = DKDGraphicPanel; 
  57.         }, 
  58.         {
  59.             CLASS = DKDPatternView; 
  60.             LANGUAGE = ObjC; 
  61.             OUTLETS = {"_panelController" = DKDPatternPanel; }; 
  62.             SUPERCLASS = NSView; 
  63.         }, 
  64.         {
  65.             CLASS = DKDWindowController; 
  66.             LANGUAGE = ObjC; 
  67.             SUPERCLASS = NSWindowController; 
  68.         }, 
  69.         {CLASS = FirstResponder; LANGUAGE = ObjC; SUPERCLASS = NSObject; }, 
  70.         {CLASS = "java.lang.Object"; LANGUAGE = Java; }
  71.     ); 
  72.     IBVersion = 1; 
  73. }